Welcome![Sign In][Sign Up]
Location:
Search - telnet VC

Search list

[Windows Develop开启远程Windows2000主机的Telnet服务vc .rar

Description:
Platform: | Size: 7373 | Author: | Hits:

[Telnet Clienttelc10.zip

Description: 用VC写的telnet客户端程序
Platform: | Size: 45900 | Author: | Hits:

[Ftp ClientFtptelnet

Description: widnows下VC++关于Ftp的telnet的源代码开发。-widnows under VC on the telnet Ftp source code development.
Platform: | Size: 24963 | Author: wenht | Hits:

[Telnet ServerTelnet_Server1

Description: 一个不错的Telnet服务器源代码,VC++开发 。-a good Telnet server source code, VC development.
Platform: | Size: 24963 | Author: 石头 | Hits:

[Telnet Clientbbskiller2

Description: 一个Telnet BBS挂站机的VC++源代码。-a Telnet BBS pegged processor VC source.
Platform: | Size: 39327 | Author: 赵杰伊 | Hits:

[CommunicationVCTERM

Description: vc写的一个终端程序,可支持telnet和串口,标准终端协议。功能很全,且运行稳定。-vc write a terminal program, to support telnet and serial, standard terminal agreement. All very functional, and stable operation.
Platform: | Size: 96178 | Author: | Hits:

[CommunicationTelnet

Description: 一个telnet的程序源码————可以自定义进行调试,是一个学习telnet的好例子,用VC写的。-A telnet process---- can customize the source code for debugging, telnet is a good example of learning with VC wrote.
Platform: | Size: 140288 | Author: lele | Hits:

[Telnet ServerTelnet

Description: 这是用vc++编写的Telnet程序,只是简单的演示作用,不能实际应用-This is used vc++ Prepared Telnet program, but simply a demonstration of the role, not the practical application of
Platform: | Size: 98304 | Author: s | Hits:

[Telnet ServerTelnet

Description: Telnet的实现,基于VC++实现的使用网络编程原理!-Telnet realization, based on the VC++ The realization of the principle of the use of network programming!
Platform: | Size: 49152 | Author: yugen | Hits:

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[Internet-NetworkTelnetclient

Description: 利用windows socket技术的 Telnet客户端,操作平台VC++6.0 非常实用,希望大家喜欢-The use of windows socket technology, Telnet client, the operation is very useful platform for VC++6.0 I hope everyone likes
Platform: | Size: 24576 | Author: 樊露 | Hits:

[Windows DevelopVC_Visual_Telnet_software_code

Description: VC编程实现可视化Telnet软件经典代码VC Programming Visual Telnet software classic code -VC Programming Visual Telnet software classic code
Platform: | Size: 39936 | Author: hjj | Hits:

[Windows DevelopClassic_VC_programming_code_remote_telnet

Description: VC编程实现远程telnet经典代码Classic VC programming code for remote telnet -Classic VC programming code for remote telnet
Platform: | Size: 6144 | Author: 2j | Hits:

[Internet-NetworkBBS

Description: vc 写的telnet登录程序,可以用,有需要的朋友可以-vc wrote telnet login program, you can use, you can see a friend in need
Platform: | Size: 2837504 | Author: aaaaaa | Hits:

[Internet-NetworkTelnet

Description: 通过windows的网络编程用vc++实现的telnet工具-Windows network programming using vc++ to achieve the telnet tool
Platform: | Size: 1003520 | Author: 侯洛涛 | Hits:

[Program doctelnet-vcPP

Description: telnet 在vc环境的编写函数与实例介绍。-telnet introduced in the the vc environment function instance.
Platform: | Size: 15360 | Author: Jackiewu3 | Hits:

[Internet-NetworkTelnet-software

Description: VC++ 可视化Telnet软件源程序,原来的Telnet是基于CMD的,也就是命令提示符,现在把它做成了窗口形式.-The Telnet software source VC++ visualization the original Telnet is based on CMD the command prompt that is, now put it into the form of a window.
Platform: | Size: 40960 | Author: 陈晓磊 | Hits:

[Internet-NetworkTelnet

Description: VC++编程实现TELNET功能,功能简单,适合初学者。-Vc++ programming to realize the TELNET function, function is simple, suitable for beginners.
Platform: | Size: 1082368 | Author: 杨武 | Hits:

[Program doctelnet-C_

Description: 基于vc实现的telnet源码,下载后可自行进行参考编辑。-vc telnet
Platform: | Size: 16384 | Author: hejiangtao | Hits:

[Windows Developtelnet-bbs

Description: telnet bbs源代码,VC++编写,包含所有头文件和源代码,可以成功编译并运行-telnet bbs source code, VC++ written, contains all the header files and source code can successfully compile and run
Platform: | Size: 5279744 | Author: yuanjiachen | Hits:
« 1 2 34 5 »

CodeBus www.codebus.net